Convert GailExpander to GtkExpanderAccessible
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Jul 2011 14:15:36 +0000 (10:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:57 +0000 (16:08 -0400)
commit896769df691bcdf0b6a139a7bdce5056be6cba25
tree77d1d39c03736585852c71c9f8bbea96a2485a48
parent6087131ab6c9bbe84bcfa32c6056fc7af01e5e60
Convert GailExpander to GtkExpanderAccessible

At the same time, drop the AtkText implementation.
Also, reintroduce a GtkBoxAccessible, since the previous
way of setting the role in get_accessible was affecting
GtkBox subclasses negatively.

Adjust expected test output to match.
19 files changed:
gtk/a11y/Makefile.am
gtk/a11y/gail.c
gtk/a11y/gailexpander.c [deleted file]
gtk/a11y/gailexpander.h [deleted file]
gtk/a11y/gtkboxaccessible.c [new file with mode: 0644]
gtk/a11y/gtkboxaccessible.h [new file with mode: 0644]
gtk/a11y/gtkexpanderaccessible.c [new file with mode: 0644]
gtk/a11y/gtkexpanderaccessible.h [new file with mode: 0644]
gtk/a11y/gtkstatusbaraccessible.c
gtk/a11y/gtkstatusbaraccessible.h
gtk/gtkbox.c
gtk/gtkexpander.c
tests/a11y/about.txt
tests/a11y/appchooser.txt
tests/a11y/assistant.txt
tests/a11y/colorchooser.txt
tests/a11y/infobar.txt
tests/a11y/messagedialog.txt
tests/a11y/placeholder-text.txt